diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-02-26 18:58:25 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-02-26 18:58:25 -0500 |
commit | f4c47aa1845e996dea89ed17c2d71752df50ed50 (patch) | |
tree | 735b09c57119f58641243a212833c244324fd9c6 /tests/Makefile | |
parent | 7be6cc9a3ec6aaf818a24ad97201a4d1e67e6586 (diff) |
reorginization
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile new file mode 100644 index 0000000..bf69813 --- /dev/null +++ b/tests/Makefile @@ -0,0 +1,4 @@ +all: + g++ -std=c++17 -Wall -Wextra entitiesTests.cpp -o entitiesTests -O1 + g++ -std=c++17 -Wall -Wextra entityXTests.cpp -o entityXTests -O1 -lentityx + |