This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

source: ps/trunk/build/premake/premake5/tests/_tests.lua

Last change on this file was 20366, checked in by Itms, 7 years ago

Alpha 12 version of Premake 5, including prebuilt binary for Windows.
Directly taken from https://premake.github.io/.

Refs #3729.

File size: 1.5 KB
Line 
1return {
2 -- Base API tests
3 "test_string.lua",
4 "base/test_aliasing.lua",
5 "base/test_binmodules.lua",
6 "base/test_configset.lua",
7 "base/test_context.lua",
8 "base/test_criteria.lua",
9 "base/test_detoken.lua",
10 "base/test_include.lua",
11 "base/test_module_loader.lua",
12 "base/test_option.lua",
13 "base/test_os.lua",
14 "base/test_override.lua",
15 "base/test_path.lua",
16 "base/test_premake_command.lua",
17 "base/test_table.lua",
18 "base/test_tree.lua",
19 "base/test_uuid.lua",
20 "base/test_versions.lua",
21 "base/test_http.lua",
22 "base/test_json.lua",
23
24 -- Workspace object tests
25 "workspace/test_eachconfig.lua",
26 "workspace/test_location.lua",
27 "workspace/test_objdirs.lua",
28
29 -- Project object tests
30 "project/test_config_maps.lua",
31 "project/test_eachconfig.lua",
32 "project/test_getconfig.lua",
33 "project/test_location.lua",
34 "project/test_sources.lua",
35 "project/test_vpaths.lua",
36
37 -- Configuration object tests
38 "config/test_linkinfo.lua",
39 "config/test_links.lua",
40 "config/test_targetinfo.lua",
41
42 -- Baking tests
43 "oven/test_filtering.lua",
44 "oven/test_objdirs.lua",
45
46 -- API tests
47 "api/test_boolean_kind.lua",
48 "api/test_containers.lua",
49 "api/test_directory_kind.lua",
50 "api/test_list_kind.lua",
51 "api/test_path_kind.lua",
52 "api/test_register.lua",
53 "api/test_string_kind.lua",
54 "api/test_table_kind.lua",
55 "api/test_deprecations.lua",
56
57 -- Control system tests
58 "test_premake.lua",
59 "base/test_validation.lua",
60
61 -- -- Toolset tests
62 "tools/test_dotnet.lua",
63 "tools/test_gcc.lua",
64 "tools/test_msc.lua",
65}
Note: See TracBrowser for help on using the repository browser.