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-- 237 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#if defined(SIMDE_TESTS_RUN_TESTS_H)
  #error File already included.
#endif
#define SIMDE_TESTS_RUN_TESTS_H

#include "test.h"
#include "arm/run-tests.h"
#include "x86/run-tests.h"
#include "wasm/run-tests.h"
#include "mips/run-tests.h"