export COVERAGE=true

This commit is contained in:
scorrea
2020-06-30 19:02:22 +02:00
parent 072ae5960c
commit 56fa53b784

View File

@@ -20,6 +20,7 @@ build:
- rm -rf build
- mkdir -p build
- cd build
- export COVERAGE=true
- cmake ../DRAMSys
- make -j 16
- find . -name "*.o" -type f -delete