mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-01-10 07:29:30 +00:00
create weaver stub
This commit is contained in:
parent
6582f866fb
commit
202a1eeba4
@ -1,6 +0,0 @@
|
|||||||
package com.htmlism.scratchpad
|
|
||||||
|
|
||||||
import org.scalatest.propspec._
|
|
||||||
import org.scalatest.matchers.should._
|
|
||||||
|
|
||||||
class FeaturePropSpec extends AnyPropSpec with Matchers
|
|
@ -0,0 +1,16 @@
|
|||||||
|
package com.htmlism.scratchpad
|
||||||
|
|
||||||
|
import weaver._
|
||||||
|
|
||||||
|
object MoveSuite extends FunSuite:
|
||||||
|
test("move constant") {
|
||||||
|
success
|
||||||
|
}
|
||||||
|
|
||||||
|
test("move register") {
|
||||||
|
success
|
||||||
|
}
|
||||||
|
|
||||||
|
test("move register, indexed") {
|
||||||
|
success
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user