Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #136 from JuliaPlots/sd/export_abstractplotting
Browse files Browse the repository at this point in the history
export abstractplotting functions
  • Loading branch information
SimonDanisch authored Oct 26, 2020
2 parents 6982f29 + abec39e commit f93df46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/GLMakie.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ using LinearAlgebra

for name in names(AbstractPlotting)
@eval import AbstractPlotting: $(name)
@eval export $(name)
end

struct GLBackend <: AbstractPlotting.AbstractBackend
Expand Down
3 changes: 1 addition & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
using Pkg
using GLMakie, Test
using GLMakie.AbstractPlotting
path = normpath(joinpath(dirname(pathof(AbstractPlotting)), "..", "test", "ReferenceTests"))
Pkg.develop(PackageSpec(path=path))
using ReferenceTests
files, recorded = ReferenceTests.record_tests()
ReferenceTests.reference_tests(recorded)
# needs GITHUB_TOKEN to be defined
# ReferenceTests.upload_reference_images()
ReferenceTests.reference_tests(recorded)

0 comments on commit f93df46

Please sign in to comment.