'make check` before 'make install'

checkepc.sh script is created.
this script generates necessary configuration file before `make
install`. And then, execute `./testepc -f ./etc/nextepc.conf`
This commit is contained in:
Sukchan Lee 2017-10-24 01:03:25 +09:00
parent 5314bcb687
commit adcc473d6e
8 changed files with 23 additions and 7 deletions

View file

@ -829,8 +829,10 @@ abts_suite *testnetlib(abts_suite *suite)
abts_run_test(suite, netlib1, NULL);
abts_run_test(suite, netlib2, NULL);
abts_run_test(suite, netlib3, NULL);
#if USE_USRSCTP != 1
abts_run_test(suite, netlib4, NULL);
abts_run_test(suite, netlib5, NULL);
#endif
abts_run_test(suite, netlib6, NULL);
#if LINUX == 1
abts_run_test(suite, netlib7, NULL);