diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -23,6 +23,10 @@ run: build $$B; \ done +run/%: $(SYSTEMC_HOME)/lib/libsystemc.a BUILD/PLAYGROUND/CMakeCache.txt src/%.cc + ninja -C BUILD/PLAYGROUND $(NINJA_FLAGS) $* + BUILD/PLAYGROUND/$* + test: build cd BUILD/PLAYGROUND/test && ctest --output-on-failure $(CCTEST_FLAGS) |