2017-06-13 16:51:58 +00:00
|
|
|
require ("gmake2")
|
|
|
|
|
|
|
|
return {
|
2017-10-16 18:46:24 +00:00
|
|
|
"test_gmake2_buildcmds.lua",
|
2017-06-13 16:51:58 +00:00
|
|
|
"test_gmake2_clang.lua",
|
|
|
|
"test_gmake2_file_rules.lua",
|
|
|
|
"test_gmake2_flags.lua",
|
|
|
|
"test_gmake2_ldflags.lua",
|
|
|
|
"test_gmake2_linking.lua",
|
2018-04-02 19:15:24 +00:00
|
|
|
"test_gmake2_makefile.lua",
|
2017-06-13 16:51:58 +00:00
|
|
|
"test_gmake2_objects.lua",
|
|
|
|
"test_gmake2_pch.lua",
|
2017-09-05 16:56:26 +00:00
|
|
|
"test_gmake2_perfile_flags.lua",
|
2017-06-13 16:51:58 +00:00
|
|
|
"test_gmake2_target_rules.lua",
|
|
|
|
"test_gmake2_tools.lua",
|
2022-05-15 15:17:00 +00:00
|
|
|
"test_gmake2_wks.lua"
|
2017-06-13 16:51:58 +00:00
|
|
|
}
|