mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-17 10:06:21 +00:00
Add empty shell for tests.
This commit is contained in:
parent
6577f68efc
commit
f9cbec668b
25
OSBindings/Mac/Clock SignalTests/ARMDecoderTests.mm
Normal file
25
OSBindings/Mac/Clock SignalTests/ARMDecoderTests.mm
Normal file
@ -0,0 +1,25 @@
|
||||
//
|
||||
// ARMDecoderTests.m
|
||||
// Clock Signal
|
||||
//
|
||||
// Created by Thomas Harte on 16/02/2024.
|
||||
// Copyright 2024 Thomas Harte. All rights reserved.
|
||||
//
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#include "../../../InstructionSets/ARM/OperationMapper.hpp"
|
||||
|
||||
using namespace InstructionSet::ARM;
|
||||
|
||||
@interface ARMDecoderTests : XCTestCase
|
||||
@end
|
||||
|
||||
@implementation ARMDecoderTests
|
||||
|
||||
- (void)testXYX {
|
||||
// const auto intr = Instruction<Model::ARM2>(1);
|
||||
// NSLog(@"%d", intr.operation());
|
||||
}
|
||||
|
||||
@end
|
Loading…
Reference in New Issue
Block a user