Leave to SConscript files to decide default targets
This commit is contained in:
+1
-1
@@ -32,4 +32,4 @@ cmd = test_env.Command(target='test_phony' ,
|
||||
action= test_env.Dir('.').abspath + '/' + test_executable)
|
||||
test_env.Depends(cmd, prog)
|
||||
test_env.AlwaysBuild(cmd)
|
||||
|
||||
test_env.Default(test_executable)
|
||||
|
||||
Reference in New Issue
Block a user