mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
'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:
parent
5314bcb687
commit
adcc473d6e
8 changed files with 23 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue