tests: add top-level Makefile and run.sh

Change-Id: Ieaef51422c11ec27d56ff19953f9a5dd1f563353
This commit is contained in:
Xianwei Zhang
2019-07-18 05:15:06 -05:00
parent 8b445d2c00
commit a5a56425bb
4 changed files with 65 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# benchmarks dir
BENCH_DIR = benches
.PHONY: build
build:
$(MAKE) -C $(BENCH_DIR)
clean:
$(MAKE) -C $(BENCH_DIR) clean