Skip to content

Commit b19b4a2

Browse files
author
Daniel Kroening
committed
codebuild: enable the tests
1 parent 44aa443 commit b19b4a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildspec.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ phases:
1616
- echo Build started on `date`
1717
- (cd src ; make minisat2-download)
1818
- (cd src ; make CXX="ccache g++" -j2)
19+
- (cd regression ; make test)
1920
post_build:
2021
commands:
2122
- echo Build completed on `date`

0 commit comments

Comments
 (0)