1
0
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:
Marc Nieper-Wißkirchen
2023-11-25 18:14:55 +01:00
committed by Bruno Haible
parent 9a463a8de1
commit 55b2dd5f52
3 changed files with 104 additions and 0 deletions

20
modules/jit/cache-tests Normal file
View 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