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 (9 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#if defined(SIMDE_TESTS_MIPS_RUN_TESTS_H)
  #error File already included.
#endif
#define SIMDE_TESTS_MIPS_RUN_TESTS_H

#include "../test.h"
#include "msa/run-tests.h"

MunitSuite* simde_tests_mips_get_suite(void);