libgse team mailing list archive
-
libgse team
-
Mailing list archive
-
Message #00024
Re: Fwd: Re: regarding gse library
Hello,
> I am trying to execute the test files given in gse library but
> it gives an error undefines reference.
>
> pls tell me the steps to execute those test file.
If you already built the library with configure/make, then try to run:
$ make check
to run all the tests.
If you want to run one non-regression test, run for example:
$ make -C test/samples/internet_trafic check
If you got errors, tell us what is the full output of the above
commands, and the full output of the command below:
$ ./test/non_regression_tests -h
Regards,
Didier
References