File: run-tests.h

package info (click to toggle)
simde 0.8.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie, trixie-backports
  • size: 58,264 kB
  • sloc: ansic: 817,393; sh: 315; makefile: 45; python: 26
file content (10 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#if defined(SIMDE_TESTS_WASM_RUN_TESTS_H)
  #error File already included.
#endif
#define SIMDE_TESTS_WASM_RUN_TESTS_H

#include "../test.h"
#include "simd128/run-tests.h"
#include "relaxed-simd/run-tests.h"

MunitSuite* simde_tests_wasm_get_suite(void);