diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-02-25 19:39:31 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-02-25 19:39:31 -0500 |
commit | 276be0c88b3ada0a04634704c454404b858bfbfd (patch) | |
tree | b87e97220941bdfd98fd107c4be07e49a168c673 | |
parent | 1f29e8c07cda4568b0578db899db0325661ef9b9 (diff) |
Bugfix: take all .c files into account.
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ rtm.Program('measure_syscall', 'bin/null_call.c') | |||
135 | # ##################################################################### | 135 | # ##################################################################### |
136 | # Test suite. | 136 | # Test suite. |
137 | 137 | ||
138 | mkc = Builder(action = 'tests/make_catalog.py $SOURCE > $TARGET') | 138 | mkc = Builder(action = 'tests/make_catalog.py $SOURCES > $TARGET') |
139 | test = mtrt.Clone() | 139 | test = mtrt.Clone() |
140 | test.Append(BUILDERS = {'TestCatalog' : mkc}) | 140 | test.Append(BUILDERS = {'TestCatalog' : mkc}) |
141 | test.Append(CPPPATH = ['tests/']) | 141 | test.Append(CPPPATH = ['tests/']) |