mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-15 11:41:20 +03:00
* tests/bench-totalorder.c: New file, based on tests/test-totalorder.h. * modules/totalorder-bench-tests: New file.
19 lines
298 B
Plaintext
19 lines
298 B
Plaintext
Files:
|
|
tests/bench-totalorder.c
|
|
tests/bench.h
|
|
|
|
Depends-on:
|
|
totalorderf
|
|
totalorder
|
|
totalorderl
|
|
getrusage
|
|
gettimeofday
|
|
signed-nan
|
|
signed-snan
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
noinst_PROGRAMS += bench-totalorder
|
|
bench_totalorder_LDADD = $(LDADD) $(TOTALORDERF_LIBM) $(TOTALORDER_LIBM) $(TOTALORDERL_LIBM)
|