aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2010-11-06 14:34:18 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2010-11-09 16:35:32 -0500
commit35b88760be5b5dbda859f4697702efc0b3cd2663 (patch)
treec8dd81078242dc41f4f5e765b52e59e944996873 /tests
parentb8c51805f5c71d1921ac7315125723b1e175ca5e (diff)
refactor: switch back from SCons to make
We originally switched from make to scons because 1) our makefiles were not very good; 2) SCons promised to make maintaining the build system simpler. Unfortunately, SCons has become more and more difficult to deal with as we moved to supporting several architecture and cross compilation, to the extend that we ended up re-creating make functionality in SCons. So let's switch back to make using a "clean" Makefile. Thanks a lot to Andrea Bastoni and Chris Kenna for feedback on previous iterations of these patches.
Diffstat (limited to 'tests')
-rw-r--r--tests/runner.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runner.c b/tests/runner.c
index f2e42b2..ccf8d46 100644
--- a/tests/runner.c
+++ b/tests/runner.c
@@ -7,8 +7,8 @@
7#include <stdio.h> 7#include <stdio.h>
8 8
9 9
10/* auto generated by SConstruct */ 10/* auto generated by Makefile */
11#include "__test_catalog.inc" 11#include "../test_catalog.inc"
12 12
13#include "litmus.h" 13#include "litmus.h"
14 14