mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-12-23 01:29:47 +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…
Reference in New Issue
Block a user