mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
jit/cache-tests: New module.
* tests/jit/test-cache.c: New file. * modules/jit/cache-tests: New file. Mark the test as unportable for now.
This commit is contained in:
committed by
Bruno Haible
parent
9a463a8de1
commit
55b2dd5f52
20
modules/jit/cache-tests
Normal file
20
modules/jit/cache-tests
Normal file
@@ -0,0 +1,20 @@
|
||||
Files:
|
||||
tests/jit/test-cache.c
|
||||
tests/macros.h
|
||||
|
||||
Status:
|
||||
unportable-test
|
||||
|
||||
Depends-on:
|
||||
getpagesize
|
||||
pagealign_alloc
|
||||
stdint
|
||||
|
||||
configure.ac:
|
||||
AC_CHECK_HEADERS_ONCE([sys/mman.h])
|
||||
AC_CHECK_FUNCS_ONCE([mprotect])
|
||||
|
||||
Makefile.am:
|
||||
TESTS += test-cache
|
||||
check_PROGRAMS += test-cache
|
||||
test_cache_SOURCES = jit/test-cache.c
|
Reference in New Issue
Block a user