Skip to content

Commit

Permalink
ZDOCK parser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanvandervelde committed Mar 25, 2019
1 parent a999663 commit 5f30293
Show file tree
Hide file tree
Showing 6 changed files with 59,928 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TEST_DIR := test
SRC = -Icontrib/eigen
OPT = -march=native -O3 -DEIGEN_USE_LAPACKE -Wall -pedantic
TEST_SRC = -Icontrib/Catch2/single_include
TEST_OPT = -DDATADIR=$(TEST_DIR)/data
TEST_OPT = -DDATADIR=$(realpath $(TEST_DIR)/data)
DEBUG =
CXXFLAGS = $(OPT) $(DEBUG)

Expand Down
Loading

0 comments on commit 5f30293

Please sign in to comment.