xo-jit: + utest

This commit is contained in:
Roland Conybeare 2024-06-24 14:03:30 -04:00
commit 5c7af2151b
4 changed files with 210 additions and 1 deletions

6
utest/jit_utest_main.cpp Normal file
View file

@ -0,0 +1,6 @@
/* @file jit_utest_main.cpp */
#define CATCH_CONFIG_MAIN
#include <catch2/catch.hpp>
/* end jit_utest_main.cpp */