q3kmips/test/main.cpp

12 lines
141 B
C++
Raw Normal View History

2014-09-07 13:48:43 +00:00
#include "test_decode.h"
#include "test_icache.h"
int main(int argc, char **argv)
{
test_decode();
test_icache();
return 0;
}