aboutsummaryrefslogtreecommitdiff
path: root/tests/starved_grid/source.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/starved_grid/source.mk')
-rw-r--r--tests/starved_grid/source.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/starved_grid/source.mk b/tests/starved_grid/source.mk
deleted file mode 100644
index 428435f..0000000
--- a/tests/starved_grid/source.mk
+++ /dev/null
@@ -1,6 +0,0 @@
-STARVED_TEST_OBJ != ./scripts/gen-deps --sources "tests/starved_grid/sim.c"
-
-TEST_PROGS += build/tests/starved_grid/sim
-
-build/tests/starved_grid/sim: $(STARVED_TEST_OBJ) $(OBJS)
- $(COMPILE) $(STARVED_TEST_OBJ) $(OBJS) -o $@