hwtests/source/tests/cpu/cputests.h

7 lines
115 B
C
Raw Normal View History

2014-12-08 21:05:51 -05:00
#pragma once
namespace CPU {
2015-01-30 14:03:30 -02:00
namespace Integer { void TestAll(); }
namespace Memory { void TestAll(); }
2014-12-08 21:05:51 -05:00
}