Rename the test binary to autotest-bin, to avoid naming conflicts for the reserved 'test' target.

This commit is contained in:
Jan Vidar Krey
2018-02-19 11:45:11 +01:00
parent fd05f13fe4
commit ba19048ebc
2 changed files with 8 additions and 8 deletions

View File

@@ -34,8 +34,8 @@ cmake ${CMAKEOPTS} \
make VERBOSE=1
make VERBOSE=1 test
./test
make VERBOSE=1 autotest-bin
./autotest-bin
sudo make install