diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-12-11 10:58:49 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-12-11 10:58:49 +0100 |
commit | 5c96982522779fef5b63bcc16297e6633dafff03 (patch) | |
tree | bd8668a5469b8315f93693e094ccef141ed796ee | |
parent | b932e2355de3d2d3b7a61fe86d11265ba02aba2a (diff) | |
download | yosys-5c96982522779fef5b63bcc16297e6633dafff03.tar.gz yosys-5c96982522779fef5b63bcc16297e6633dafff03.tar.bz2 yosys-5c96982522779fef5b63bcc16297e6633dafff03.zip |
Build hotfix in tests/unit/Makefile
-rw-r--r-- | tests/unit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Makefile b/tests/unit/Makefile index 447a5f619..9f1e5c99e 100644 --- a/tests/unit/Makefile +++ b/tests/unit/Makefile @@ -1,6 +1,6 @@ GTESTFLAG := -lgtest -lgtest_main RPATH := -Wl,-rpath -EXTRAFLAGS := -lyosys +EXTRAFLAGS := -lyosys -pthreads OBJTEST := objtest BINTEST := bintest |