Skip to content

Commit

Permalink
fixes the now failing testsuite
Browse files Browse the repository at this point in the history
The failure is rather funny, see the linked commit.
  • Loading branch information
ivg committed Nov 19, 2021
1 parent 5c5ceeb commit 13e72bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -55,7 +55,7 @@ testsuite:
git clone https://github.com/BinaryAnalysisPlatform/bap-testsuite.git testsuite

check: testsuite
make REVISION=c2324bf -C testsuite
make REVISION=44771dd -C testsuite

.PHONY: indent check-style status-clean

Expand Down

0 comments on commit 13e72bd

Please sign in to comment.