File: run-tests.h

package info (click to toggle)
simde 0.7.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 28,284 kB
  • sloc: ansic: 410,189; sh: 174; makefile: 41; python: 26
file content (8 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#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"